.header {
	position: fixed;
	width: 100%;
	height: 103px;
	background: #fff;
	z-index: 999999;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.header .left {
	margin-top: 28px;
}

.header .left img {
	width: 223px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.header .nav {
	height: 103px;
	float: left;
}

.header .nav ul li {
	float: left;
	position: relative;
	line-height: 103px;
	padding: 0 8px;
	font-size: 17px;
}
.header .nav ul li .sub{
	position: absolute;
	border-top: 3px solid #014d95;
	left: 0;
	top: 123px;
	opacity: 0;
	width: 190px;
	visibility: hidden;
	border-radius: 0px 0px 5px 5px;
	overflow: hidden;
	box-shadow: 0px 5px 15px rgba(0,0,0,.1);
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.header .nav ul li .sub a{
	display: block;
	height: 50px;
	z-index: 99;
	color: #666;
	background: #fff;
	line-height: 50px;
	padding-left: 20px;
	font-size: 15px;
}
.header .nav ul li .sub a:hover{
	background: #014d95;
	color: #fff;
}
.header .nav ul li .sub.ts{
	width: 140px;
}
.header .nav ul li:hover .sub{
	opacity: 1;
	visibility: inherit;
	top: 100px;
}
.header .nav ul li a {
	display: block;
	color: #000;
}

.header .nav ul li>a::before,
.header .nav ul li>a::after {display: inline-block;opacity: 0;	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;-moz-transition: -moz-transform 0.3s, opacity 0.2s;transition: transform 0.3s, opacity 0.2s;}
.header .nav ul li>a::before {margin-right: 10px;content: '[';-webkit-transform: translateX(20px);-moz-transform: translateX(20px);transform: translateX(20px);}
.header .nav ul li>a::after {margin-left: 10px;content: ']';-webkit-transform: translateX(-20px);-moz-transform: translateX(-20px);transform: translateX(-20px);}
.header .nav ul li>a:hover::before,
.header .nav ul li>a:hover::after,
.header .nav ul li>a:focus::before,
.header .nav ul li>a:focus::after {opacity: 1;-webkit-transform: translateX(0px);-moz-transform: translateX(0px);transform: translateX(0px);}


.header .nav ul li:hover>a{
	color: #014d95; 
}
.header .tel {
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	float: left;
	background: url(../images/tel.png) no-repeat left center;
	padding-left: 35px;
	font-size: 30px;
	color: #014d95;
	font-family: 'TCCM';
	font-weight: bold;
	margin-left: 20px;
	margin-top: 35px;
}

.header_fix {
	height: 80px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .1);
}
.header_fix  .nav ul li:hover .sub{
	top: 77px;
}
.header_fix .left img {
	width: 133px;
}

.header_fix .nav {
	height: 80px;
}

.header_fix .nav ul li {
	line-height: 80px;
	font-size: 16px;
}

.header_fix .tel {
	margin-top: 25px;
}

.bannerlist {
	padding-top: 103px;
}

.bannerlist .swiper-slide {
	width: 100%;
	height: 660px;
	position: relative;
}

.bannerlist .swiper-slide a {
	display: block;
	width: 100%;
	height: 660px;
}

.bannerlist .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.bannerlist .swiper-pagination-bullet-active {
	width: 24px;
}

.lmt {
	margin-bottom: 38px;
}

.lmt .left {
	position: relative;
}

.lmt .left strong {
	font-size: 42px;
	color: #000;
	position: absolute;
	top: 25px;
	left: 0;
}

.lmt .left span {
	font-size: 66px;
	color: rgba(0, 0, 0, .06);
	font-weight: bold;
}

.lmt .more {
	float: right;
	display: flex;
	width: 178px;
	height: 63px;
	line-height: 63px;
	text-align: center;
	background: #fff;
	align-items: center;
	justify-content: center;
}

.lmt .more span {
	font-size: 16px;
	color: #6d6d6d;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.lmt .more i {
	font-size: 28px;
	color: #bebebe;
	margin-left: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.lmt .more:hover span {
	color: #fff;
}

.lmt .more:hover i {
	color: #fff;
}

.lmt .more:hover {
	background: #55bbf2 !important;
}

.index_products {
	padding-top: 70px;
	background: #f1f3f5;
	padding-bottom: 56px;
}

.index_products ul li {
	float: left;
	width: 445px;
	height: 293px;
	margin-right: 52px;
	margin-bottom: 48px;
	position: relative;
	overflow: hidden;
}

.index_products ul li:nth-child(3n) {
	margin-right: 0;
}

.index_products ul li img {
	display: block;
	width: 445px;
	height: 293px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_products ul li p {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	font-size: 17px;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_products ul li:hover img {
	transform: scaleX(1.1);
	-webkit-transform: scale(1.1);
}

.index_products ul li:hover p {
	background: #55bbf2;
}


.why {
	height: 637px;
	background: url(../images/why_bg.jpg) no-repeat center;
}

.why .left {
	width: 736px;
	padding-top: 111px;
}

.why .left span {
	font-size: 26px;
	color: #fff;
	display: block;
	font-weight: bold;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
}

.why .left strong {
	font-size: 52px;
	color: #fff;
	display: block;
	margin-bottom: 40px;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
}

.why .left .tab ul li {
	float: left;
	width: 331px;
	height: 139px;
	background: rgba(0, 0, 0, .2);
	margin-right: 35px;
	padding-top: 23px;
	box-sizing: border-box;
	margin-bottom: 35px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.why .left .tab ul li i {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.why .left .tab ul li p {
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}

.why .left .tab ul li.on {
	background: #014d95;
}

.why .right {
	width: 547px;
	height: 535px;
	background: #fff;
	margin-top: 102px;
	padding: 0 38px;
	padding-top: 63px;
	box-sizing: border-box;
}

.why .right .tab-pal strong {
	font-size: 32px;
	display: block;
	margin-bottom: 35px;
}

.why .right .tab-pal p:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}

.why .right .tab-pal p {
	margin-bottom: 35px;
}

.why .right .tab-pal p i {
	font-size: 23.5px;
	font-family: arial;
	display: block;
	font-weight: bolder;
	font-style: normal;
	float: left;
	color: rgba(1, 77, 149, .25);
	margin-right: 5px;
	margin-top: 3px;
}

.why .right .tab-pal p span {
	font-size: 16px;
	color: #606a73;
	line-height: 28px;
	float: left;
	width: 430px;
}

.index_more {
	display: flex;
	margin-top: 50px;
	width: 186px;
	height: 59px;
	line-height: 59px;
	text-align: center;
	background: #014d95;
	align-items: center;
	justify-content: center;
	border: 2px solid #014d95;
}

.index_more:hover {
	background: #fff;
}

.index_more span {
	font-size: 16px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_more i {
	font-size: 28px;
	color: #fff;
	margin-left: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_more:hover span,
.index_more:hover i {
	color: #014d95;
}

.index_solution {
	padding-top: 60px;
	background: #f1f3f5;
}

.index_solution .left ul li {
	float: left;
	width: 453px;
	height: 588px;
	margin-right: 40px;
	position: relative;
	overflow: hidden;
}

.index_solution .left {
	width: 987px;
}

.index_solution .right {
	width: 453px;
}

.index_solution .right ul li {
	width: 453px;
	height: 274px;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

.index_solution ul li:nth-child(3n) {
	margin-right: 0;
}

.index_solution ul li img {
	display: block;
	width: 453px;
	height: 274px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_solution .left ul li img {
	display: block;
	width: 453px;
	height: 588px;
}

.index_solution ul li p {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	font-size: 17px;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_solution ul li:hover img {
	transform: scaleX(1.1);
	-webkit-transform: scale(1.1);
}

.index_solution ul li:hover p {
	background: #55bbf2;
}

.index_about {
	padding-top: 66px;
	padding-bottom: 50px;
}

.index_about .left {
	width: 674px;
}

.index_about .left img {
	display: block;
	width: 100%;
}

.index_about .right {
	width: 720px;
}

.index_about .right .lmt .left strong {
	top: 45px;
}

.index_about .right p {
	font-size: 16px;
	color: #606060;
	line-height: 37px;
	text-align: justify;
}

.index_about .right .index_more {
	margin-top: 80px;
}

.num {
	margin-top: 50px;
}

.num ul {
	display: flex;
	justify-content: space-between;
}

.num ul::after {
	display: none;
}

.num ul li b {
	display: block;
	float: left;
	font-size: 73.67px;
	font-family: 'Geometric';
	color: #2f2f2f;
}

.num ul li p {
	float: left;
	margin-left: 12px;
	margin-top: 16px;
}

.num ul li p span {
	display: block;
	font-size: 18px;
	color: #040404;
}

.num ul li p strong {
	display: block;
	font-size: 17px;
	color: #434343;
	font-weight: normal;
	margin-top: 12px;
}

.index_case {
	background: #f7f8f9;
	padding-top: 40px;
	padding-bottom: 55px;
}

.index_case .sbox {
	position: relative;
}

.index_case .sbox .case_next::after,
.index_case .sbox .case_prev::after {
	display: none;
}

.index_case .sbox .case_next {
	width: 35px;
	height: 35px;
	background: url(../images/next.png) no-repeat center;
	position: absolute;
	right: -50px;
	outline: none;
}

.index_case .sbox .case_prev {
	width: 35px;
	height: 35px;
	background: url(../images/prev.png) no-repeat center;
	position: absolute;
	left: -50px;
	outline: none;
}

.index_case .sbox .swiper-slide {
	width: 441px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .1);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_case .caselist {
	padding-bottom: 15px;
}

.index_case .sbox .swiper-slide img {
	display: block;
	width: 441px;
	height: 313px;
}

.index_case .sbox .swiper-slide:hover {
	transform: translateY(-5px)
}

.index_case .sbox .swiper-slide .text {
	background: #fff;
	padding: 25px 20px;
	box-sizing: border-box;
}

.index_case .sbox .swiper-slide .text strong {
	display: block;
	font-size: 20px;
	color: #000;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.index_case .sbox .swiper-slide .text strong:hover {
	color: #014d95;
}

.index_case .sbox .swiper-slide .text p {
	font-size: 16px;
	margin-top: 20px;
	color: #6f6f6f;
}

.index_case .sbox .swiper-slide .text p span {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	padding-left: 17px;
	background: url(../images/po.png) no-repeat left center;
}

.index_news {
	padding-top: 40px;
}

.index_news .left_box {
	width: 712px;
	height: 520px;
	position: relative;
	overflow: hidden;
}

.index_news .left_box img {
	width: 712px;
	height: 520px;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_news .left_box .text {
	width: 712px;
	height: 204px;
	background: url(../images/index_news_bg.png) no-repeat center;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 35px;
	box-sizing: border-box;
	padding-top: 120px;
}

.index_news .left_box .text span {
	display: block;
	font-size: 16px;
	color: #fff;
}

.index_news .left_box .text strong {
	display: block;
	font-size: 20px;
	margin-top: 10px;
	color: #fff;
}

.index_news .left_box:hover img {
	transform: scaleX(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.index_news .right {
	width: 693px;
	height: 520px;
	background: #f5f5f5;
}

.index_news .right ul li {
	padding: 28px 33px;
	box-sizing: border-box;
	border-bottom: 1px solid #ececec;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_news .right ul li:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}

.index_news .right ul li .time {
	width: 83px;
	float: left;
	border-right: 1px solid #e4e4e4;
	height: 73px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_news .right ul li .time strong {
	display: block;
	font-size: 32px;
	color: #333;
	font-weight: normal;
	margin: 5px 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_news .right ul li .time span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_news .right ul li .text {
	float: right;
	margin-left: 18px;
	width: 525px;
	padding-top: 5px;
}

.index_news .right ul li .text strong {
	display: block;
	font-size: 20px;
	color: #151515;
	font-weight: normal;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-webkit-box-orient: vertical;
}

.index_news .right ul li .text p {
	font-size: 16px;
	color: #838383;
	margin-top: 15px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_news .right ul li:hover {
	background: #014d95;
}

.index_news .right ul li:hover .text strong,
.index_news .right ul li:hover .time strong,
.index_news .right ul li:hover .time span,
.index_news .right ul li:hover .text p {
	color: #fff;
}

.index_news .right ul li:hover .time {
	border-right: 1px solid #1466b3;
}

.index_partner {
	padding-top: 55px;
	padding-bottom: 20px;
}

.partner_list .swiper-slide {
	width: 262px;
	height: 138px;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	line-height: 138px;
	text-align: center;
}

.partner_list .swiper-slide img {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	max-height: 120px;
}

.partner_list {
	padding-bottom: 60px;
}

.partner-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}

.partner-pagination .swiper-pagination-bullet-active {
	background: #6a96c1;
}


.footer {
	background: #111111;
	padding-top: 55px;
}

.footer .left {
	border-right: 1px solid #272727;
}

.footer .left dl {
	float: left;
	margin-right: 120px;
}
.footer .left dl:last-child{
    margin-right: 70px;
}
.footer .left dl dt {
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}

.footer .left dl dd {
	font-size: 16px;
	line-height: 39px;
	color: #626262;
}

.footer .left dl dd a {
	color: #626262;
}

.footer .left dl dd a:hover {
	color: #fff;
}

.footer .right dl dt {
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}

.footer .right dl dd p {
	text-align: center;
	font-size: 15px;
	color: #626262;
	margin-top: 10px;
}

.footer .right dl dd img {
	display: block;
	width: 150px;
}

.footer_nav {
	padding-bottom: 35px;
}

.copyright {
	height: 83px;
	line-height: 83px;
	border-top: 1px solid #272727;
	font-size: 16px;
	color: #454545;
}
.copyright .right{
    display: flex;
    align-items: center;
}
.copyright a {
	color: #454545;
}


.nybanner {
	height: 355px;
}

.nybanner .box {
	position: relative;
	padding-top: 115px;
	padding-bottom: 28px;
}

.nybanner .box::before {
	content: "";
	width: 33px;
	height: 5px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.nybanner .box h1 {
	display: block;
	font-size: 44px;
	color: #fff;
}

.nybanner .box h2 {
	display: block;
	font-size: 44px;
	color: #fff;
}

.nybanner .box b {
	display: block;
	font-size: 44px;
	color: #fff;
}

.nybanner .box strong {
	margin-top: 5px;
	display: block;
	color: rgba(255, 255, 255, .3);
	font-family: 'Geometric';
	font-size: 22px;
}


.mylmt1 {
	position: relative;
	margin-bottom: 45px;
}

.mylmt1 strong {
	font-size: 42px;
	color: #000;
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	text-align: center;
}

.mylmt1 h1 {
	font-size: 42px;
	color: #000;
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	text-align: center;
}
.mylmt1 span {
	text-align: center;
	display: block;
	font-size: 66px;
	color: rgba(0, 0, 0, .06);
	font-weight: bold;
}

.mylmt2 {
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 28px;
}
.mylmt2::after{
	content: "";
	width: 30px;
	height: 3px;
	background: #014d95;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.mylmt2 strong {
	font-size: 38px;
	color: #000;
	font-weight: normal;
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}.mylmt2 strong {
	font-size: 38px;
	color: #000;
	font-weight: normal;
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}

.mylmt2 h1 {
	font-size: 38px;
	color: #000;
	font-weight: normal;
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}

.mylmt2 span {
	text-align: center;
	display: block;
	font-size: 48px;
	font-family: arial;
	color: rgba(0, 0, 0, .06); 
}
.service_1 {
	padding-top: 35px;
}

.service_1 ul li {
	float: left;
	width: 25%;
}

.service_1 ul li img {
	display: block;
	margin: 0 auto;
}

.service_1 ul li p {
	text-align: center;
	font-size: 17px;
	color: #414141;
	position: relative;
	top: -45px;
}

.service_2 {
	padding-top: 50px;
}

.service_2 .img {
	width: 50%;
	height: 427px;
}

.service_2 .text {
	padding-top: 40px;
	box-sizing: border-box;
	width: 50%;
	height: 427px;
	background: #f1f3f5;
}

.service_2 .text ul {
	width: 668px;
}

.service_2 .text ul li {
	margin-bottom: 36px;
}

.service_2 .text ul li b {
	display: block;
	float: left;
	width: 40px;
	height: 52px;
	background: url(../images/service2_icon.png) no-repeat center;
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-family: arial;
	padding-top: 6px;
	margin-right: 16px;
	box-sizing: border-box;
}

.service_2 .text ul li .t {
	width: 612px;
	float: left;
}

.service_2 .text ul li .t strong {
	font-size: 17px;
	color: #1f1f1f;
}

.service_2 .text ul li .t p {
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	margin-top: 5px;
}

.service_3 {
	padding-top: 50px;
	padding-bottom: 25px;
}

.service_3 ul li {
	width: 700px;
	height: 188px;
	border: 1px solid #d6d6d6;
	margin-bottom: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service_3 ul li i {
	display: block;
	width: 70px;
	height: 70px;
	margin-right: 25px;
}

.service_3 ul li:nth-child(1) i {
	background: url(../images/service3_icon.png) no-repeat left center;
}

.service_3 ul li:nth-child(2) i {
	background: url(../images/service3_icon.png) no-repeat -70px center;
}

.service_3 ul li:nth-child(3) i {
	background: url(../images/service3_icon.png) no-repeat -140px center;
}

.service_3 ul li:nth-child(4) i {
	background: url(../images/service3_icon.png) no-repeat -210px center;
}

.service_3 ul li .text {
	width: 526px;
}

.service_3 ul li .text strong {
	display: block;
	font-weight: normal;
	font-size: 25px;
	margin-bottom: 10px;
}

.service_3 ul li .text p {
	font-size: 16px;
	color: #4f4f4f;
	line-height: 30px;
}

.nydh {
	margin-bottom: 35px;
}

.nydh ul {
	text-align: center;
}

.nydh ul li {
	display: inline-block;
	padding: 0 40px;
	height: 57px;
	line-height: 57px;
	text-align: center;
	font-size: 16px;
	color: #343434;
	background: #e0e8f2;
	border-radius: 5px;
	margin: 0 8px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.nydh ul li a {
	color: #343434;
	display: block;
}

.nydh ul li:hover,
.nydh ul li.on {
	background: #003f97;
}

.nydh ul li:hover a,
.nydh ul li.on a {
	color: #fff;
}

.newslit {
	padding-top: 35px;
	padding-bottom: 50px;
}

.newslit .list li {
	padding: 35px 0;
	border-top: 1px dashed #c1c1c1;
}

.newslit .list li .img {
	display: block;
	float: left;
	width: 240px;
	height: 158px;
}

.newslit .list li .img img {
	display: block;
	width: 240px;
	height: 158px;
}

.newslit .list li .text {
	width: 1165px;
	float: right;
}

.newslit .list li .text a.tit {
	display: block;
	font-size: 21px;
	color: #333;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}

.newslit .list li .text p {
	font-size: 15px;
	color: #6c6c6c;
	line-height: 28px;
}

.newslit .list li .text span {
	display: block;
	font-size: 15px;
	margin-top: 25px;
	color: #a6a6a6;
}

.newslit .list li .text span i {
	margin-right: 5px;
}

.newslit .list li .text a.tit:hover {
	color: #003f97;
}

.fenye {
	border-top: 1px dashed #c1c1c1;
	width: 100%;
	padding-top: 30px;
	text-align: center;
}

.fenye a,
.fenye b {
	display: inline-block;
	margin: 3px;
	border-radius: 5px;
	padding: 12px 18px;
	background: #fff;
	font-size: 15px;
	color: #444;
	border: 1px solid #e5e5e5;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.fenye b,
.fenye a:hover {
	background: #003f97;
	color: #fff;
	border: 1px solid #003f97;
}

.contact {
	padding-top: 35px;
	padding-bottom: 80px;
}

.contact ul {
	margin-bottom: 30px;
}

.contact ul li {
	float: left;
	width: 310px;
	height: 316px;
	border: 1px solid #dadada;
	margin-right: 34px;
	padding-top: 46px;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.contact ul li:last-child {
	margin-right: 0;
}

.contact ul li i {
	display: block;
	width: 116px;
	height: 116px;
	margin: 0 auto;
	border-radius: 50%;
	background: #003f97;
	text-align: center;
	line-height: 116px;
	margin-bottom: 45px;
}

.contact ul li i img {
	display: inline-block;
	vertical-align: middle;
}

.contact ul li strong {
	display: block;
	text-align: center;
	font-size: 17px;
	color: #000000;
	margin-bottom: 13px;
}

.contact ul li p {
	text-align: center;
	font-size: 16px;
	color: #525252;
	line-height: 25px;
}

.contact ul li:last-child {
	padding-top: 66px;
}

.contact ul li:last-child img {
	display: block;
	margin: 0 auto;
	width: 145px;
	margin-bottom: 25px;
}

.contact ul li:last-child span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #525252;
}

.contact ul li:hover {
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .08);
}




#map {
	width: 100%;
	height: 520px;
}

.form label {
	display: block;
	margin-bottom: 15px;
}

.form label input {
	float: left;
	width: 49%;
	height: 50px;
	height: 50px;
	border: none;
	background: #f2f2f2;
	padding-left: 15px;
	border-radius: 5px;
	box-sizing: border-box;
}

.form textarea {
	width: 100%;
	height: 145px;
	border: none;
	background: #f2f2f2;
	padding: 15px;
	border-radius: 5px;
	box-sizing: border-box;
}

.form p {
	text-align: center;
	margin-top: 15px;
}

.form p input[type="submit"],.form p input[type="button"] {
	width: 158px;
	height: 52px;
	background: #003f97;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	margin-right: 15px;
}

.form p input[type="reset"] {
	width: 158px;
	height: 52px;
	background: #9c9c9c;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}


.about1 {
	padding: 70px 0;
}

.about1 .left img {
	display: block;
	width: 666px;
}

.about1 .right {
	width: 720px;
}

.about1 .right h1 {
	font-size: 36px;
	margin-bottom: 20px;
}

.about1 .right p {
	font-size: 15px;
	color: #484848;
	line-height: 27px;
	text-align: justify;
	margin-bottom: 37px;
}

.about2 {
	height: 172px;
	background: #023491;
}

.about2 ul li {
	float: left;
	padding-top: 25px;
	width: 25%;
}

.about2 ul li div {
	text-align: center;
}

.about2 ul li div strong {
	font-size: 70px;
	color: #fff;
	font-family: 'DINCond';
}

.about2 ul li div span {
	color: #fff;
	font-size: 20px;
	display: inline-block;
	margin-left: 5px;
}

.about2 ul li p {
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}

.about3 {
	padding-top: 55px;
	padding-bottom: 65px;
}

.about3 dl {
	background: url(../images/about3.png) no-repeat center top 105px;
}

.about3 dt {
	width: 413px;
	height: 94px;
	line-height: 94px;
	border: 2px solid #023491;
	margin: 0 auto;
	border-radius: 5px;
	text-align: center;
	font-size: 28px;
	color: #023491;
	font-weight: bold;
	margin-bottom: 150px;
}

.about3 dd {
	width: 204px;
	height: 158px;
	border: 2px solid #a7b8d9;
	text-align: center;
	font-size: 17px;
	line-height: 27px;
	padding-top: 55px;
	box-sizing: border-box;
	float: left;
	    margin-right: 42px;
    border-radius: 5px;
    margin-left: 42px;
}

 

.about4 {
	background: url(../images/about4_bg.jpg) no-repeat center;
	padding-top: 50px;
	padding-bottom: 90px;
}

.about4 .mylmt1 strong {
	color: #fff;
}

.about4 .mylmt1 span {
	color: rgba(255, 255, 255, .04);
}

.about4 ul li {
	float: left;
	width: 334px;
	padding-top: 54px;
	box-sizing: border-box;
	height: 361px;
	background: rgba(255, 255, 255, .85);
	margin-right: 34px;
}

.about4 ul li img {
	display: block;
	margin: 0 auto;
	margin-bottom: 17px;
}

.about4 ul li:last-child {
	margin-right: 0;
}

.about4 ul li strong {
	display: block;
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 22px;
	text-align: center;
}

.about4 ul li p {
	font-size: 16px;
	color: #636363;
	line-height: 27px;
	text-align: center;
}

.about5 {
	padding-top: 48px;
	padding-bottom: 80px;
}

.about5 .gallery-thumbs {
	padding: 0 100px;
	padding-bottom: 20px;
}

.about5 .gallery-thumbs::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #e7e7e7;
	position: absolute;
	left: 0;
	bottom: 55px;
}

.about5 .gallery-thumbs .swiper-slide {
	text-align: center;
	padding-top: 19px;
	font-size: 18px;
	color: #909090;
	font-family: 'DINCond';
	background: url(../images/about5_p1.png) no-repeat center top;
}

.about5 .gallery-thumbs .swiper-slide-active {
	font-size: 18px;
	color: #252525;
	background: url(../images/about5_p2.png) no-repeat center top;
}
.swiper-about5-next{
	width: 42px;
	height: 42px;
	background: url(../images/nexts.png) no-repeat center #023491;
	background-size: 15px;
	border-radius: 50%;
	top: 7%;
	right: 0;
	outline: none;
}
.swiper-about5-next::after{
	display: none;
}
.swiper-about5-prev{
	width: 42px;
	top: 7%;
	left: 0;
	height: 42px;
	background: url(../images/prevs.png) no-repeat center #023491;
	background-size: 15px;
	border-radius: 50%;
	outline: none;
}
.swiper-about5-prev::after{
	display: none;
}

.gallery-top{
	width: 940px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.gallery-top .swiper-slide:after { content:""; display:block; height:0px; visibility:hidden; clear:both; }
.gallery-top .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gallery-top .swiper-slide img{
	display: block;
	float: left;
	width: 409px;
	height: 227px;
	margin-right: 80px;border-radius: 5px;
}
.gallery-top .swiper-slide .text{
	width: 450px;
}
.gallery-top .swiper-slide .text strong{
	display: block;
	font-size: 26px;
	color: #333;
	margin-bottom: 15px;
}
.gallery-top .swiper-slide .text p{
    font-size: 16px;
    line-height: 30px;
    color: #636363;
    background: url(../images/d.png) no-repeat 12px 12px; 
    margin-bottom: 15px;
}

.about6{
	padding-top: 55px;
	background: #f5f5f5;
	padding-bottom: 100px;
}

.about6 ul li {
	float: left;
	width: 335px;
	padding-top: 28px;
	box-sizing: border-box;
	height: 380px;
	background: #fff;
	margin-right: 33px;
	box-shadow: 0px 3px 15px rgba(0,0,0,.05);
}

.about6 ul li img {
	display: block;
	margin: 0 auto;
	margin-bottom: 17px;
}

.about6 ul li:last-child {
	margin-right: 0;
}

.about6 ul li strong {
	display: block;
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 22px;
	text-align: center;
}

.about6 ul li p {
	font-size: 16px;
	color: #636363;
	line-height: 27px;
	text-align: center;
}
.about7{
	padding-top: 55px;
	padding-bottom: 66px;
}
.about7 .swiper-slide img{
	display: block;
	width: 100%;
}
.about7 .swiper-slide p{
	text-align: center;
	font-size: 15px;
	color: #2c2c2c;
	margin-top: 15px;
}
.about7 .sbox{
	position: relative;
}
.swiper-about7-next{
	width: 37px;
	outline: none;
	height: 37px;
	right: -50px;
	background: url(../images/hnext.png) no-repeat center;
}
.swiper-about7-prev{
	width: 37px;
	height: 37px;
	outline: none;
	left: -50px;
	background: url(../images/hprev.png) no-repeat center;
}
.swiper-about7-prev::after{
	display: none;
}
.swiper-about7-next::after{
	display: none;
}


.caselit{
	padding-top: 35px;
	padding-bottom: 80px;
}
.caselit .list li {
	width: 441px;
	float: left;
	margin-right: 58px;
	margin-bottom: 40px;
	box-shadow: 0px 3px 16px rgba(0, 0, 0, .1);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
 
.caselit .list li img {
	display: block;
	width: 441px;
	height: 313px;
}
.caselit .list li:nth-child(3n){
	margin-right: 0;
}
.caselit .list li:hover {
	transform: translateY(-5px)
}

.caselit .list li .text {
	background: #fff;
	padding: 25px 20px;
	box-sizing: border-box;
}

.caselit .list li .text strong {
	display: block;
	font-size: 20px;
	color: #000;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.caselit .list li .text strong:hover {
	color: #014d95;
}

.caselit .list li .text p {
	font-size: 16px;
	margin-top: 20px;
	color: #6f6f6f;
}

.caselit .list li .text p span {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	padding-left: 17px;
	background: url(../images/po.png) no-repeat left center;
}

.solutionlit{
	padding-bottom: 60px;
	padding-top: 35px;
}
.solutionlit .list li{
	float: left;
	width: 703px;
	height: 287px;
	border: 1px solid #e3e3e3;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 29px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.solutionlit .list li:nth-child(even){
	float: right;
}
.solutionlit .list li img{
	display: block;
	float: left;
	width: 318px;
	height: 255px;
}
.solutionlit .list li .text{
	width: 327px;
	float: right;
	padding: 15px 0;
}
.solutionlit .list li .text strong{
	display: block;
	font-size: 20px;
	color: #333;
	word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
	margin-bottom: 15px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.solutionlit .list li .text strong:hover{
	color: #023491;
}
.solutionlit .list li .text p{
	font-size: 15px;
	line-height: 27px;
	color: #7a7a7a;
	height: 135px;
    overflow: hidden;
}
.solutionlit .list li .text span{
	color: #023491;
	font-size: 15px;
	display: block;
	margin-top: 20px;
}
.solutionlit .list li:hover{
	box-shadow: 0px 3px 16px rgba(0,0,0,.1);
}

.solutionxq{
	padding-top: 50px;
	padding-bottom: 30px;
}
.newstext{
	font-size: 16px;
	color: #333;
	padding-bottom: 30px;
	line-height: 30px;
}
.newstext img{
	max-width: 100%;   
}
/*.newstext.flex{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*   flex-wrap: wrap;*/
/*}*/

/*.newstext.flex img{*/
/*    margin: 0 15px;     width: 450px !important;*/
/*    height: 320px !important;*/
/*}*/

.messagex{
	padding: 40px 0;
	background: #f4f4f4;
}
.messagex .form input[type="text"]{
	background: #fff;
}
.messagex .form textarea{
	background: #fff;
}

.tuijian{
	padding: 40px 0;
}
.tuijian ul li{
	float: left;
	width: 337px;
	margin-right: 30px;
	padding-bottom: 15px;
}

.tuijian ul li:nth-of-type(4n){
	margin-right: 0;
}
.tuijian ul li img{
	display: block;
	width: 100%;
	height: 230px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.tuijian ul li p{
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-top: 10px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}
.tuijian ul li:hover img{
	box-shadow: 0px 5px 15px rgba(0,0,0,.1);
}

.proxq1{
	background: #ebeef3;
	padding-bottom: 70px;
}

.newsnav{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #cdd5da;
	font-size: 15px;
	color: #959595;
	margin-bottom: 28px;
}
.newsnav i{
	font-size: 15px;
	color: #b2b2b2;
}
.newsnav a{
	color: #959595;
}
.proxq1 .left{
	width: 678px;
}
.proxq1 .left img{
	display: block;
	width: 100%;
}
.proxq1 .right{
	width: 720px;
	padding-top: 15px;
}
.proxq1 .right h1{  
	font-size: 32px;
	margin-bottom: 25px;
}
.proxq1 .right .d{
	font-size: 16px;
	line-height: 36px;
	color: #606060;height: 109px;
	text-align: justify;
	margin-bottom: 56px;
}
.proxq1 .right ul{
	border-top: 1px solid #cdd5da;
	padding: 22px 0;
	border-bottom: 1px solid #cdd5da;
}
.proxq1 .right ul li{
	float: left;
	width: 238px;
	text-align: center;
	height: 70px;
	border-left: 1px solid #cdd5da;
}
.proxq1 .right ul li strong{
	font-size: 20px;
	color: #000;
	padding-top: 5px;
	display: inline-block;
	font-family: arial;
}
.proxq1 .right ul li:first-child{
	border-left: none;
}
.proxq1 .right ul li p{
	font-size: 15px;
	color: #343434;
	margin-top: 10px;
}
.proxq1 .right ul li span{
	font-size: 22px;
}
.proxq1 .right .proxq1_a{
	margin-top: 45px;
}
.proxq1 .right .proxq1_a a{
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 340px;
	height: 95px;
	background: #014d95;
	border-radius: 5px;
	color: #fff;
}
.proxq1 .right .proxq1_a a strong{
	font-size: 17px;
}
.proxq1 .right .proxq1_a a i{
	font-size: 25px; 
	margin-right: 5px;
}
.proxq1 .right .proxq1_a .p_a{ 
	width: 349px;
	height: 95px;
	background: #ffffff;
	border-radius: 5px;
	float: left;
    margin-left: 18px; 
	text-align: center;
	padding-top: 24px;
	box-sizing: border-box;
}
 
.proxq1 .right .proxq1_a .p_a strong{
	display: block;
	font-size: 22px;
	font-family: arial;
	color: #2f2f2f;
}
.proxq1 .right .proxq1_a .p_a span{
	font-size: 15px;
	color: #a8a8a8;
	display: block;
	margin-top: 5px;
}

.advantages ul{
	position: relative;
}
.advantages ul::before{
	content: "";
	width: 1px;
	height: 100%;
	background-color: #d4d4d4;
	position: absolute;
	left: 50%;
	top: 0;
}
.advantages li{
	margin-bottom: 66px;
	position: relative;
}
.advantages li .yc1{
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 0;
} 
.advantages li .text{
	min-width: 619px;
}
.advantages li .text strong{
	display: block;
	font-size: 28px;
	color: #014d95;
	font-weight: normal;
	margin-bottom: 20px;
}
.advantages li .text p{
	font-size: 15px;
	line-height: 34px;
	color: #585858;
}

.characteristic ul li{
	float: left;
	width: 331px;
	height: 235px;
	border: 1px solid #eaeaea;
	padding: 20px;
	box-sizing: border-box;
	margin-right: 37px;
	margin-bottom: 33px;
}
.characteristic ul li:nth-child(4n){
	margin-right: 0;
}
.characteristic ul li i{
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto; 
	margin-bottom: 12px;
}
.characteristic ul li i img{
	 max-width: 80px;
	 max-height: 80px;
}
.characteristic ul li strong{
	display: block;
	font-size: 24px;
	color: #373737;
	font-weight: normal;
	text-align: center;
}
.characteristic ul li p{
	font-size: 16px;
	color: #686868;
	margin-top: 18px;
	line-height: 27px;
	text-align: center;
	padding: 0 15px;
}

.detail{
	padding-top: 30px;
	padding-bottom: 50px;
}
.detail h1{
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}
.detail .tit{
	text-align: center;
	font-size: 15px;
	color: #666; 
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}


.fn{ 
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
}
.fn p{
	font-size: 16px;
	margin-bottom: 15px;
	color: #666;
}
.fn p a{
	color: #666;
}
.fn p a:hover{
	color: #003f97;
}


.newstuijian {
	padding-bottom: 50px;
}
.newstuijian ul li {
	float: left;
	width: 712px;
	padding: 28px 33px;
	box-sizing: border-box;
	margin-bottom: 15px;
	margin-right: 15px;
	border: 1px solid #ececec;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.newstuijian .tit{
	font-size: 22px;
	display: block;
	margin-bottom: 20px;
	color: #333;
}
.newstuijian ul li:nth-child(even){
	margin-right: 0;
}
.newstuijian ul li:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}

.newstuijian ul li .time {
	width: 83px;
	float: left;
	border-right: 1px solid #e4e4e4;
	height: 73px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.newstuijian ul li .time strong {
	display: block;
	font-size: 32px;
	color: #333;
	font-weight: normal;
	margin: 5px 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.newstuijian ul li .time span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.newstuijian ul li .text {
	float: right;
	margin-left: 18px;
	width: 525px;
	padding-top: 5px;
}

.newstuijian ul li .text strong {
	display: block;
	font-size: 20px;
	color: #151515;
	font-weight: normal;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-webkit-box-orient: vertical;
}

.newstuijian ul li .text p {
	font-size: 16px;
	color: #838383;
	margin-top: 15px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.newstuijian ul li:hover {
	background: #014d95;
}

.newstuijian ul li:hover .text strong,
.newstuijian ul li:hover .time strong,
.newstuijian ul li:hover .time span,
.newstuijian ul li:hover .text p {
	color: #fff;
}

.newstuijian ul li:hover .time {
	border-right: 1px solid #1466b3;
}
